home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / debian_DSA-079.nasl < prev    next >
Text File  |  2005-03-31  |  2KB  |  61 lines

  1. # This script was automatically generated from the dsa-079
  2. # Debian Security Advisory
  3. # It is released under the Nessus Script Licence.
  4. # Advisory is copyright 1997-2004 Software in the Public Interest, Inc.
  5. # See http://www.debian.org/license
  6. # DSA2nasl Convertor is copyright 2004 Michel Arboi
  7.  
  8. if (! defined_func('bn_random')) exit(0);
  9.  
  10. desc = '
  11. Zenith Parsec discovered a security hole in Taylor UUCP 1.06.1.  It
  12. permits a local user to copy any file to anywhere which is writable by
  13. the uucp uid, which effectively means that a local user can completely
  14. subvert the UUCP subsystem, including stealing mail, etc.
  15. If a remote user with UUCP access is able to create files on the local
  16. system, and can successfully make certain guesses about the local
  17. directory structure layout, then the remote user can also subvert the
  18. UUCP system.  A default installation of UUCP will permit a remote user
  19. to create files on the local system if the UUCP public directory has
  20. been created with world write permissions.
  21. Obviously this security hole is serious for anybody who uses UUCP on a
  22. multi-user system with untrusted users, or anybody who uses UUCP and
  23. permits connections from untrusted remote systems.
  24. It was thought that this problem has been fixed with DSA 079-1, but
  25. that didn\'t fix all variations of the problem.  The problem is fixed
  26. in version 1.06.1-11potato2 of uucp which uses a patch from the
  27. upstream author Ian Lance Taylor.
  28. We recommend that you upgrade your uucp package immediately.
  29.  
  30.  
  31.  
  32. Solution : http://www.debian.org/security/2001/dsa-079
  33. Risk factor : High';
  34.  
  35. if (description) {
  36.  script_id(14916);
  37.  script_version("$Revision: 1.4 $");
  38.  script_xref(name: "DSA", value: "079");
  39.  script_cve_id("CVE-2001-0873");
  40.  script_bugtraq_id(3312);
  41.  
  42.  script_description(english: desc);
  43.  script_copyright(english: "This script is (C) 2004 Michel Arboi");
  44.  script_name(english: "[DSA079] DSA-079-2 uucp");
  45.  script_category(ACT_GATHER_INFO);
  46.  script_family(english: "Debian Local Security Checks");
  47.  script_dependencies("ssh_get_info.nasl");
  48.  script_require_keys("Host/Debian/dpkg-l");
  49.  script_summary(english: "DSA-079-2 uucp");
  50.  exit(0);
  51. }
  52.  
  53. include("debian_package.inc");
  54.  
  55. w = 0;
  56. if (deb_check(prefix: 'uucp', release: '2.2', reference: '1.06.1-11potato2')) {
  57.  w ++;
  58.  if (report_verbosity > 0) desc = strcat(desc, '\nThe package uucp is vulnerable in Debian 2.2.\nUpgrade to uucp_1.06.1-11potato2\n');
  59. }
  60. if (w) { security_hole(port: 0, data: desc); }
  61.